home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 1492 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: TIN 1.3 Help!
  5. Date: Tue, 5 Mar 96 15:42:35
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960305.3FE5D8.E3BA@an040.du.pipex.com>
  9. References: <4hhag5$tc7@caesar.ultra.net>
  10. NNTP-Posting-Host: an040.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. jhg (jhg@wm.ultranet.com) wrote:
  14. : In an attempt to run TIN 1.3 (tin.exe -r), I keep getting this error;
  15. : "tin.exe: memory exhausted trying to allocate 3404972 bytes
  16. : in file /src/newsrc.c line 1375"
  17. : I have an A1200 w/10 megs of Fast & 2 megs of Chip...
  18. : Is there a way to redirect the output to a HD directory instead of RAM:?
  19.  
  20. TIN saves temporary data to T:. There is no way of altering this that I know
  21. of. One way to fix it would be to reassign T: to somewhere on your hard disk
  22. (e.g. Assign T: DH1:Temp) but this is a rather messy solution, and will affect
  23. any other programs you have running which use T:.
  24.  
  25. What you should be doing is preventing it from downloading the entire
  26. newsgroup list, which will also cut down the time taken for the program to
  27. start up.
  28.  
  29. Use "tin -nqr"
  30.  
  31. The n option only downloads those newsgroups to which you are subscribed in
  32. .newsrc. The q option prevents TIN from asking you if you want to subscribe
  33. to new groups. r enables online reading, as you know.
  34.  
  35. In tinrc, also make sure you set:
  36. # if ON show group description text after newsgroup name at
  37. # group selection level
  38. show_description=OFF
  39.  
  40. If this is set to ON, TIN will still have to download the entire newsgroup
  41. list to get the descriptions.
  42.  
  43. -- Mat.
  44.